home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / latexinfo / styles / Makefile < prev   
Makefile  |  1991-11-27  |  505b  |  25 lines

  1. ##########  These are overridden by the contents of config.status
  2. # Where to install the LaTeXinfo style files.
  3. TEXDIR=${GNUSHAREDIR}/tex
  4.  
  5. INSTALL = install -c -m 755
  6. INSTALLDATA = install -c -m 644
  7.  
  8. ########## End of user configurable options   ################
  9.  
  10. # The name of the file
  11. PROGRAM=latexinfo2
  12.  
  13. ##########  The above are overridden by the contents of config.status
  14.  
  15. include ../config.status
  16.  
  17. install:
  18.     -mkdir $(TEXDIR)
  19.     $(INSTALLDATA) *.sty $(TEXDIR)
  20.  
  21.  
  22. clean:    
  23.     echo Nothing to do in styles.
  24.  
  25.